home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / hal / fdi / information / 10freedesktop / 10-camera-ptp.fdi < prev    next >
Encoding:
Extensible Markup Language  |  2009-04-09  |  587 b   |  18 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <deviceinfo version="0.2">
  4.   <device>
  5.     <match key="info.subsystem" string="usb">
  6.       <match key="usb.interface.class" int="0x06">
  7.         <match key="usb.interface.subclass" int="0x01">
  8.           <match key="usb.interface.protocol" int="0x01">
  9.             <merge key="info.category" type="string">camera</merge>
  10.         <addset key="info.capabilities" type="strlist">camera</addset>
  11.             <merge key="camera.access_method" type="string">ptp</merge>
  12.           </match>
  13.         </match>
  14.       </match>
  15.     </match>
  16.   </device>
  17. </deviceinfo>
  18.